projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc8d8b6
)
(mail-hist-current-header-name): Use buffer-substring-no-properties.
author
Miles Bader
<miles@gnu.org>
Tue, 2 Jul 1996 16:23:34 +0000
(16:23 +0000)
committer
Miles Bader
<miles@gnu.org>
Tue, 2 Jul 1996 16:23:34 +0000
(16:23 +0000)
lisp/mail/mail-hist.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mail-hist.el
b/lisp/mail/mail-hist.el
index 25bdcc2e55f58efbb850ac6d50868ccbdf932289..00a7d1c56ff3a128830f2eac21384fde7592482a 100644
(file)
--- a/
lisp/mail/mail-hist.el
+++ b/
lisp/mail/mail-hist.el
@@
-117,7
+117,7
@@
the message."
(and
name-start
name-end
- (downcase (buffer-substring name-start name-end)))))))
+ (downcase (buffer-substring
-no-properties
name-start name-end)))))))
(defsubst mail-hist-forward-header (count)
"Move forward COUNT headers (backward if COUNT is negative).